Accusoft.ImagXpress13.Net
SetTagInt32(Single[]) Method




A single-precision floating point value which represents tag data.
Sets tag data of type Float or Single.
Syntax
'Declaration
 
Public Overloads Sub SetTagInt32( _
   ByVal TagData() As Single _
) 
'Usage
 
Dim instance As ImageXTag
Dim TagData() As Single
 
instance.SetTagInt32(TagData)
public void SetTagInt32( 
   float[] TagData
)
public: void SetTagInt32( 
   float[]* TagData
) 
public:
void SetTagInt32( 
   array<float>^ TagData
) 

Parameters

TagData
A single-precision floating point value which represents tag data.
Remarks

Note: Available in Professional edition.

See Also

Reference

ImageXTag Class
ImageXTag Members
Overload List

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback